We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c9e30 commit 44178d5Copy full SHA for 44178d5
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-24.04
11
steps:
12
- name: Harden Runner
13
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
+ uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
14
with:
15
egress-policy: audit
16
- uses: jmertic/lfx-landscape-tools@main
.github/workflows/preview.yml
@@ -18,7 +18,7 @@ jobs:
18
comment:
19
runs-on: ubuntu-latest
20
21
- - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
+ - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
22
env:
23
LANDSCAPE_URL: 'https://landscape.pytorch.org'
24
DATA_FILE: 'landscape.yml'
0 commit comments