Skip to content

Commit 18f16c1

Browse files
authored
Merge branch 'main' into nodes-allocatable
2 parents 468b819 + 60d3f91 commit 18f16c1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: true # https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
2222

2323
- name: golangci-lint
24-
uses: golangci/golangci-lint-action@v3.6.0
24+
uses: golangci/golangci-lint-action@v3.7.0
2525
with:
2626
version: v1.52.2
2727
args: --timeout=5m

.github/workflows/scan.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
scan-fossa:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3.5.3
19+
- uses: actions/checkout@v3.6.0
2020
- name: Run FOSSA scan and upload build data
2121
uses: fossa-contrib/[email protected]
2222
with:
@@ -30,19 +30,19 @@ jobs:
3030
security-events: write
3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3.5.3
33+
uses: actions/checkout@v3.6.0
3434
- name: Setup Go
35-
uses: actions/setup-go@v4.0.1
35+
uses: actions/setup-go@v4.1.0
3636
with:
3737
go-version: 1.20.x
3838
cache-dependency-path: |
3939
**/go.sum
4040
**/go.mod
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v2.20.4
42+
uses: github/codeql-action/init@v2.21.5
4343
with:
4444
languages: go
4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@v2.20.4
46+
uses: github/codeql-action/autobuild@v2.21.5
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v2.20.4
48+
uses: github/codeql-action/analyze@v2.21.5

build/package/Dockerfile.gorelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18.2
1+
FROM alpine:3.18.3
22

33
RUN mkdir /app
44

0 commit comments

Comments
 (0)