Skip to content

Commit 83653d4

Browse files
committed
debt: Upgrade dependencies to latest stable versions
1 parent c4c6849 commit 83653d4

5 files changed

Lines changed: 26 additions & 24 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- 'LICENSE'
2525
- '**/*.md'
2626

27-
# Declare default permissions as read only.
27+
# Declare default permissions as read-only.
2828
permissions: read-all
2929

3030
jobs:
@@ -50,19 +50,19 @@ jobs:
5050
sudo DEBIAN_FRONTEND=noninteractive apt-get update
5151
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common ca-certificates gnupg-agent curl build-essential make
5252
53-
# Ref: https://github.com/actions/checkout
53+
# See: https://github.com/actions/checkout
5454
- name: Checkout Source
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858

59-
# Ref: https://github.com/actions/setup-go
59+
# See: https://github.com/actions/setup-go
6060
- name: Install Go
6161
uses: actions/setup-go@v6
6262
with:
6363
go-version-file: go.mod
6464

65-
# Ref: https://github.com/golangci/golangci-lint-action
65+
# See: https://github.com/golangci/golangci-lint-action
6666
- name: Lint
6767
uses: golangci/golangci-lint-action@v9
6868
with:
@@ -84,9 +84,9 @@ jobs:
8484
run: |
8585
make analyze
8686
87-
# Ref: https://github.com/SonarSource/sonarqube-scan-action
87+
# See: https://github.com/SonarSource/sonarqube-scan-action
8888
- name: SonarQube Scan
89-
uses: SonarSource/sonarqube-scan-action@v6
89+
uses: SonarSource/sonarqube-scan-action@v7
9090
env:
9191
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9292
GITHUB_USER: ${{ github.actor }}

.github/workflows/codeql-analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,19 @@ jobs:
5959
sudo DEBIAN_FRONTEND=noninteractive apt-get update
6060
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common ca-certificates gnupg-agent curl build-essential make
6161
62-
# Ref: https://github.com/actions/checkout
62+
# See: https://github.com/actions/checkout
6363
- name: Checkout Source
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
fetch-depth: 0
6767

68-
# Ref: https://github.com/actions/setup-go
68+
# See: https://github.com/actions/setup-go
6969
- name: Install Go
7070
uses: actions/setup-go@v6
7171
with:
7272
go-version-file: go.mod
7373

74-
# Ref: https://github.com/github/codeql-action
74+
# See: https://github.com/github/codeql-action
7575
- name: Initialize CodeQL
7676
uses: github/codeql-action/init@v4
7777
with:

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
push:
1313
tags: ['v*']
1414

15-
# Declare default permissions as read only.
15+
# Declare default permissions as read-only.
1616
permissions: read-all
1717

1818
jobs:
@@ -41,13 +41,13 @@ jobs:
4141
sudo DEBIAN_FRONTEND=noninteractive apt-get update
4242
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common ca-certificates gnupg-agent curl build-essential make
4343
44-
# Ref: https://github.com/actions/checkout
44+
# See: https://github.com/actions/checkout
4545
- name: "Checkout Source"
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949

50-
# Ref: https://github.com/actions/setup-go
50+
# See: https://github.com/actions/setup-go
5151
- name: "Install Go"
5252
uses: actions/setup-go@v6
5353
with:
@@ -57,18 +57,18 @@ jobs:
5757
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
5858
run: echo "flags=--snapshot" >> $GITHUB_ENV
5959

60-
# Ref: https://github.com/sigstore/cosign-installer
60+
# See: https://github.com/sigstore/cosign-installer
6161
- name: Install Cosign
6262
uses: sigstore/cosign-installer@v4.0.0
6363

64-
# Ref: https://github.com/anchore/sbom-action
64+
# See: https://github.com/anchore/sbom-action
6565
- name: Generate SBOM via Syft
6666
uses: anchore/sbom-action@v0
6767
with:
6868
format: spdx-json
6969
artifact-name: sbom.spdx.json
7070

71-
# Ref: https://github.com/goreleaser/goreleaser-action
71+
# See: https://github.com/goreleaser/goreleaser-action
7272
- name: "Release"
7373
uses: goreleaser/goreleaser-action@v6
7474
with:

.github/workflows/scorecard.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
# actions: read
3838

3939
steps:
40-
# Ref: https://github.com/actions/checkout
40+
# See: https://github.com/actions/checkout
4141
- name: "Checkout code"
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
persist-credentials: false
4545

46-
# Ref: https://github.com/ossf/scorecard-action
46+
# See: https://github.com/ossf/scorecard-action
4747
- name: "Run analysis"
4848
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
4949
with:
@@ -69,17 +69,17 @@ jobs:
6969

7070
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7171
# format to the repository Actions tab.
72-
# Ref: https://github.com/actions/upload-artifact
72+
# See: https://github.com/actions/upload-artifact
7373
- name: "Upload artifact"
74-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
74+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7575
with:
7676
name: SARIF file
7777
path: results.sarif
7878
retention-days: 5
7979

8080
# Upload the results to GitHub's code scanning dashboard (optional).
8181
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
82-
# Ref: https://github.com/github/codeql-action/releases
82+
# See: https://github.com/github/codeql-action/releases
8383
- name: "Upload to code-scanning"
8484
uses: github/codeql-action/upload-sarif@v4
8585
with:

CHANGELOG/CHANGELOG-1.x.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Date format: `YYYY-MM-DD`
1212

1313
### Added
1414
### Changed
15+
- **debt:** Upgraded all dependencies to their latest stable versions.
16+
1517
### Deprecated
1618
### Removed
1719
### Fixed

0 commit comments

Comments
 (0)