8000
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 b72e5b3 commit 389a7a3Copy full SHA for 389a7a3
.github/workflows/actionlint.yml
@@ -10,4 +10,4 @@ jobs:
10
steps:
11
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
12
- name: "Check workflow files"
13
- uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
+ uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint@sha256:93834930f56ca380be3e9a3377670d7aa5921be251b9c774891a39b3629b83b8
.github/workflows/go-test.yml
@@ -42,7 +42,7 @@ jobs:
42
mkdir -p ${{ env.TEST_RESULTS_PATH }}/packer-plugin-sdk
43
44
- name: Install buf
45
- uses: bufbuild/buf-setup-action@v1.33.0
+ uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0
46
47
- name: Run gofmt
48
run: |
0 commit comments