Skip to content

Commit 0adfb89

Browse files
authored
Merge pull request #33 from dependabot/dependabot/github_actions/all-dependencies-4fc25c9c3d
Bump the all-dependencies group across 1 directory with 4 updates
2 parents 26231a9 + bf2476b commit 0adfb89

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v3
40+
uses: github/codeql-action/init@v4
4141
# Override language selection by uncommenting this and choosing your languages
4242
# with:
4343
# languages: go, javascript, csharp, python, cpp, java
4444

4545
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646
# If this step fails, then you should remove it and run the build manually (see below).
4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v3
48+
uses: github/codeql-action/autobuild@v4
4949

5050
# ℹ️ Command-line programs to run using the OS shell.
5151
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -59,4 +59,4 @@ jobs:
5959
# make release
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v3
62+
uses: github/codeql-action/analyze@v4

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v5
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version: 1.18
2020

@@ -27,7 +27,7 @@ jobs:
2727
integration-test:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- name: Integration test
3232
# `docker build` _is_ the test, if it fails, the test has failed.
3333
run: docker build -f test/Dockerfile .

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- goarch: arm64
1818
goos: windows
1919
steps:
20-
- uses: actions/checkout@v4
21-
- uses: wangyoucao577/go-release-action@v1.50
20+
- uses: actions/checkout@v6
21+
- uses: wangyoucao577/go-release-action@v1.55
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
goos: ${{ matrix.goos }}

0 commit comments

Comments
 (0)