Skip to content

Commit 828d488

Browse files
authored
fix: pin 11 unpinned action(s) (#6042)
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard). Changes: .github/workflows/checks.yml | 14 +++++++------- .github/workflows/codespell.yml | 2 +- .github/workflows/promote.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-)
1 parent e71313c commit 828d488

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/setup-go@v6
2222
with:
2323
go-version-file: go.mod
24-
- uses: golangci/golangci-lint-action@v9
24+
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2525
with:
2626
version: v2.11.4
27-
- uses: megalinter/megalinter/flavors/go@v8.4.2
27+
- uses: megalinter/megalinter/flavors/go@ec124f7998718d79379a3c5b39f5359952baf21d # v8.4.2
2828
env:
2929
DEFAULT_BRANCH: master
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -40,14 +40,14 @@ jobs:
4040
with:
4141
fetch-depth: 2
4242
- name: Set up QEMU
43-
uses: docker/setup-qemu-action@v4
43+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
4444
- uses: actions/setup-go@v6
4545
with:
4646
go-version-file: go.mod
4747
- name: Run Tests
4848
run: go run gotest.tools/gotestsum@latest --junitfile unit-tests.xml --format pkgname -- -v -cover -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m ./...
4949
- name: Test Summary
50-
uses: test-summary/action@v2.4
50+
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
5151
with:
5252
paths: 'unit-tests.xml'
5353
if: always()
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run act from cli without docker support
5757
run: go run -tags WITHOUT_DOCKER main.go -P ubuntu-latest=-self-hosted -C ./pkg/runner/testdata/ -W ./local-action-js/push.yml
5858
- name: Upload Codecov report
59-
uses: codecov/codecov-action@v5
59+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
6060
with:
6161
files: coverage.txt
6262
fail_ci_if_error: true # optional (default = false)
@@ -81,7 +81,7 @@ jobs:
8181
run: go run gotest.tools/gotestsum@latest --junitfile unit-tests.xml --format pkgname -- -v -cover -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m -run ^TestRunEventHostEnvironment$ ./...
8282
shell: bash
8383
- name: Test Summary
84-
uses: test-summary/action@v2.4
84+
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
8585
with:
8686
paths: 'unit-tests.xml'
8787
if: always()
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
go-version-file: go.mod
9797
- name: GoReleaser
98-
uses: goreleaser/goreleaser-action@v7
98+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
9999
with:
100100
version: '~> v2'
101101
args: release --snapshot --clean

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v6
2222
- name: Codespell
23-
uses: codespell-project/actions-codespell@v2
23+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
ref: master
2121
token: ${{ secrets.PROMOTE_TOKEN }}
22-
- uses: fregante/setup-git-user@v2.0.2
22+
- uses: fregante/setup-git-user@024bc0b8e177d7e77203b48dab6fb45666854b35 # v2.0.2
2323
if: steps.checkout.conclusion != 'skipped'
2424
- uses: actions/setup-go@v6
2525
if: steps.checkout.conclusion != 'skipped'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
with:
2222
go-version-file: go.mod
2323
- name: GoReleaser
24-
uses: goreleaser/goreleaser-action@v7
24+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7
2525
with:
2626
version: '~> v2'
2727
args: release --clean
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
- name: Winget
31-
uses: vedantmgoyal2009/winget-releaser@v2
31+
uses: vedantmgoyal2009/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e # v2
3232
with:
3333
identifier: nektos.act
3434
installers-regex: '_Windows_\w+\.zip$'

0 commit comments

Comments
 (0)