Skip to content

Commit bae1951

Browse files
build(deps): update non-major dependencies
1 parent ac986cf commit bae1951

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
contents: read
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
23+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
2424
- name: Setup Go
25-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
25+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2626
with:
2727
go-version-file: ./go.mod
2828
- name: Check formatting
@@ -49,9 +49,9 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
52+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
5353
- name: Setup Go
54-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
54+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5555
with:
5656
go-version-file: ./go.mod
5757
- name: Run tests
@@ -99,15 +99,15 @@ jobs:
9999
DOCKER_BUILD_RECORD_UPLOAD: "false"
100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
102+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
103103
with:
104104
fetch-depth: 0
105105
- name: Install syft
106106
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0
107107
- name: Setup Cosign CLI
108108
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
109109
- name: Setup Go
110-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
110+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
111111
with:
112112
go-version-file: ./go.mod
113113
- name: Set up QEMU
@@ -162,7 +162,7 @@ jobs:
162162
DOCKER_BUILD_RECORD_UPLOAD: "false"
163163
steps:
164164
- name: Checkout
165-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
165+
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
166166
with:
167167
fetch-depth: 0
168168
ref: ${{ needs.release-please.outputs.tag_name }}
@@ -171,7 +171,7 @@ jobs:
171171
- name: Setup Cosign CLI
172172
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
173173
- name: Setup Go
174-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
174+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
175175
with:
176176
go-version-file: ./go.mod
177177
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)