Skip to content

Commit 6ca91d6

Browse files
authored
Merge branch 'master' into dependabot/go_modules/github.com/bradleyfalzon/ghinstallation/v2-2.16.0
2 parents d41d02f + 26b5727 commit 6ca91d6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- '1.22'
2525
steps:
2626

27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3030

3131
- name: Setup Go
32-
uses: actions/setup-go@v4
32+
uses: actions/setup-go@v5
3333
with:
3434
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
3535

@@ -64,12 +64,12 @@ jobs:
6464
- build
6565
steps:
6666

67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
with:
6969
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7070

7171
- name: Setup Go
72-
uses: actions/setup-go@v4
72+
uses: actions/setup-go@v5
7373
with:
7474
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
7575

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- '1.22'
2222
steps:
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Setup Go
29-
uses: actions/setup-go@v4
29+
uses: actions/setup-go@v5
3030
with:
3131
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
3232

@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747

4848
- name: Log in to the Container registry
4949
uses: docker/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959
images: ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.IMAGE_NAME }}
6060

6161
- name: Build and push Docker image
62-
uses: docker/build-push-action@v4.0.0
62+
uses: docker/build-push-action@v6.13.0
6363
with:
6464
context: .
6565
push: true
@@ -87,7 +87,7 @@ jobs:
8787
- '1.22'
8888
steps:
8989

90-
- uses: actions/checkout@v3
90+
- uses: actions/checkout@v4
9191
with:
9292
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
9393

@@ -103,7 +103,7 @@ jobs:
103103
output-file: 'false'
104104

105105
- name: Setup Go
106-
uses: actions/setup-go@v4
106+
uses: actions/setup-go@v5
107107
with:
108108
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
109109

@@ -134,7 +134,7 @@ jobs:
134134
- build
135135
steps:
136136

137-
- uses: actions/checkout@v3
137+
- uses: actions/checkout@v4
138138
with:
139139
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
140140

0 commit comments

Comments
 (0)