Skip to content

Commit c50570b

Browse files
chore(deps): update actions/setup-go digest to 924ae3a
1 parent 3dab2bc commit c50570b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GOBIN: /home/runner/work/open-feature/go-sdk-contrib/bin
2121
steps:
2222
- name: Install Go
23-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
23+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626
- name: Checkout repository
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Install Go
52-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
52+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
5555
- name: Checkout repository

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535
- name: Set up Go
36-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
36+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3737
with:
3838
go-version: ${{ env.GO_VERSION }}
3939
# Create SBOM

0 commit comments

Comments
 (0)