Skip to content

Commit bdcf15f

Browse files
author
Chris Nyhuis
committed
fix: pin 10 unpinned action(s)
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard). Changes: .github/workflows/build.yml | 2 +- .github/workflows/documentation-links.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/require-pr-label.yml | 8 ++++---- .github/workflows/reusable-cifuzz.yml | 4 ++-- .github/workflows/reusable-wasi.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-)
1 parent 17070f4 commit bdcf15f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ jobs:
512512
- name: Install dependencies
513513
run: sudo ./.github/workflows/posix-deps-apt.sh
514514
- name: Set up GCC-10 for ASAN
515-
uses: egor-tensin/setup-gcc@v2
515+
uses: egor-tensin/setup-gcc@a2861a8b8538f49cf2850980acccf6b05a1b2ae4 # v2
516516
with:
517517
version: 10
518518
- name: Configure OpenSSL env vars

.github/workflows/documentation-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 5
2323

2424
steps:
25-
- uses: readthedocs/actions/preview@v1
25+
- uses: readthedocs/actions/preview@b8bba1484329bda1a3abe986df7ebc80a8950333 # v1
2626
with:
2727
project-slug: "cpython-previews"
2828
single-version: "true"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
25-
- uses: j178/prek-action@v1
25+
- uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1

.github/workflows/require-pr-label.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check there's no DO-NOT-MERGE
18-
uses: mheap/github-action-required-labels@v5
18+
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
1919
with:
2020
mode: exactly
2121
count: 0
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
# Check that the PR is not awaiting changes from the author due to previous review.
3535
- name: Check there's no required changes
36-
uses: mheap/github-action-required-labels@v5
36+
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
3737
with:
3838
mode: exactly
3939
count: 0
@@ -42,7 +42,7 @@ jobs:
4242
awaiting change review
4343
- id: is-feature
4444
name: Check whether this PR is a feature (contains a "type-feature" label)
45-
uses: mheap/github-action-required-labels@v5
45+
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
4646
with:
4747
mode: exactly
4848
count: 1
@@ -53,7 +53,7 @@ jobs:
5353
- id: awaiting-merge
5454
if: steps.is-feature.outputs.status == 'success'
5555
name: Check for complete review
56-
uses: mheap/github-action-required-labels@v5
56+
uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
5757
with:
5858
mode: exactly
5959
count: 1

.github/workflows/reusable-cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222
- name: Build fuzzers (${{ inputs.sanitizer }})
2323
id: build
24-
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
24+
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@51fea8a581a325b79f2af174b9f7c04333c283c0 # master
2525
with:
2626
oss-fuzz-project-name: ${{ inputs.oss-fuzz-project-name }}
2727
sanitizer: ${{ inputs.sanitizer }}
2828
- name: Run fuzzers (${{ inputs.sanitizer }})
29-
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
29+
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@51fea8a581a325b79f2af174b9f7c04333c283c0 # master
3030
with:
3131
fuzz-seconds: 600
3232
oss-fuzz-project-name: ${{ inputs.oss-fuzz-project-name }}

.github/workflows/reusable-wasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222
# No problem resolver registered as one doesn't currently exist for Clang.
2323
- name: "Install wasmtime"
24-
uses: bytecodealliance/actions/wasmtime/setup@v1
24+
uses: bytecodealliance/actions/wasmtime/setup@9152e710e9f7182e4c29ad218e4f335a7b203613 # v1
2525
with:
2626
version: ${{ env.WASMTIME_VERSION }}
2727
- name: "Read WASI SDK version"

0 commit comments

Comments
 (0)