Skip to content

Commit

Permalink
Merge pull request #97 from sudo-bmitch/pr-update-20250125
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
sudo-bmitch authored Jan 26, 2025
2 parents 12421c0 + 2e05196 commit 7e85881
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.GHCR_TOKEN }}

- name: Build and push
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
id: build
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- name: "Set up Go ${{ matrix.gover }}"
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "${{ matrix.gover }}"
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnscans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: "Set up Go"
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: "${{ env.RELEASE_GO_VER }}"
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions .version-bump.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
{"name":"gha-golang-matrix","key":"golang-matrix","version":"[\"1.21\", \"1.22\", \"1.23\"]"}
{"name":"gha-golang-release","key":"golang-latest","version":"1.23"}
{"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v4.2.2","version":"11bd71901bbe5b1630ceea73d27597364c9af683"}
{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v5.2.0","version":"3041bf56c941b39c61721a86cd11f3bb1338122a"}
{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v5.3.0","version":"f111f3307d8850f501ac008e886eec1fd1932a34"}
{"name":"gha-uses-commit","key":"https://github.com/actions/upload-artifact.git:v4.6.0","version":"65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08"}
{"name":"gha-uses-commit","key":"https://github.com/docker/build-push-action.git:v6.12.0","version":"67a2d409c0a876cbe6b11854e3e25193efe4e62d"}
{"name":"gha-uses-commit","key":"https://github.com/docker/build-push-action.git:v6.13.0","version":"ca877d9245402d1537745e0e356eab47c3520991"}
{"name":"gha-uses-commit","key":"https://github.com/docker/login-action.git:v3.3.0","version":"9780b0c442fbb1117ed29e0efdff1e18412f7567"}
{"name":"gha-uses-commit","key":"https://github.com/docker/setup-buildx-action.git:v3.8.0","version":"6524bf65af31da8d45b59e8c27de4bd072b392f5"}
{"name":"gha-uses-commit","key":"https://github.com/sigstore/cosign-installer.git:v3.7.0","version":"dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da"}
{"name":"gha-uses-commit","key":"https://github.com/softprops/action-gh-release.git:v2.2.1","version":"c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda"}
{"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v4.2.2"}
{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v5.2.0"}
{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v5.3.0"}
{"name":"gha-uses-semver","key":"https://github.com/actions/upload-artifact.git","version":"v4.6.0"}
{"name":"gha-uses-semver","key":"https://github.com/docker/build-push-action.git","version":"v6.12.0"}
{"name":"gha-uses-semver","key":"https://github.com/docker/build-push-action.git","version":"v6.13.0"}
{"name":"gha-uses-semver","key":"https://github.com/docker/login-action.git","version":"v3.3.0"}
{"name":"gha-uses-semver","key":"https://github.com/docker/setup-buildx-action.git","version":"v3.8.0"}
{"name":"gha-uses-semver","key":"https://github.com/sigstore/cosign-installer.git","version":"v3.7.0"}
Expand Down

0 comments on commit 7e85881

Please sign in to comment.