Skip to content

Commit 70b5f17

Browse files
authored
Merge pull request #195 from awslabs/dependabot/github_actions/github-actions-a6c9d53420
ci(deps): bump the github-actions group across 1 directory with 2 updates
2 parents 9c86688 + 208e4bc commit 70b5f17

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/sdk-go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v6
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version-file: go.mod
3939

@@ -56,12 +56,12 @@ jobs:
5656
uses: actions/checkout@v6
5757

5858
- name: Set up Go
59-
uses: actions/setup-go@v5
59+
uses: actions/setup-go@v6
6060
with:
6161
go-version-file: go.mod
6262

6363
- name: Install ogen
64-
run: go install github.com/ogen-go/ogen/cmd/ogen@latest
64+
run: go install github.com/ogen-go/ogen/cmd/ogen@v1.19.0
6565

6666
- name: Regenerate SDK
6767
run: make sdk-go-generate
@@ -70,6 +70,6 @@ jobs:
7070
run: |
7171
if ! git diff --exit-code sdk/go/; then
7272
echo "Generated Go SDK code is out of sync with openapi.json."
73-
echo "Run 'cd sdk/go && go generate ./...' and commit the result."
73+
echo "Run 'make sdk-go-generate' and commit the result."
7474
exit 1
7575
fi

.github/workflows/security-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Check for secrets with TruffleHog
95-
uses: trufflesecurity/trufflehog@v3.94.1
95+
uses: trufflesecurity/trufflehog@v3.94.3
9696
with:
9797
path: ./
9898
base: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/awslabs/open-resource-broker
22

3-
go 1.22
3+
go 1.24

0 commit comments

Comments
 (0)