8000 Pin actions to address security scanner · hashicorp/packer-plugin-sdk@389a7a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 389a7a3

Browse files
committed
Pin actions to address security scanner
1 parent b72e5b3 commit 389a7a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1212
- name: "Check workflow files"
13-
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
13+
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint@sha256:93834930f56ca380be3e9a3377670d7aa5921be251b9c774891a39b3629b83b8

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir -p ${{ env.TEST_RESULTS_PATH }}/packer-plugin-sdk
4343
4444
- name: Install buf
45-
uses: bufbuild/buf-setup-action@v1.33.0
45+
uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0
4646

4747
- name: Run gofmt
4848
run: |

0 commit comments

Comments
 (0)
0