Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-go@v6.3.0
- uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-go@v6.3.0
- uses: actions/setup-go@v6.4.0
with:
go-version-file: go.mod
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osps-security-assessment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
identity: privateer-sdk

- name: Open Source Project Security Baseline Scanner
uses: revanite-io/osps-baseline-action@99e372da63a5587fad5ef9a1a3c6e465f7e9fc03
uses: revanite-io/osps-baseline-action@3bf988fa8e4b59568dcfac138a1854df87c15aff
with:
owner: ${{ github.repository_owner }}
repo: ${{ github.event.repository.name }}
Expand Down