Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,14 @@
| ------- | -------------------- |
| Template Set | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` |
- uses: stefanzweifel/git-auto-commit-action@v5
- uses: stefanzweifel/git-auto-commit-action@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Solidity' step
Uses Step
uses 'stefanzweifel/git-auto-commit-action' with ref 'v6', not a pinned commit hash
if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed'
with:
commit_message: "chore: update package versions [skip ci]"
branch: main
file_pattern: "package.json README.md"

- uses: stefanzweifel/git-auto-commit-action@v5
- uses: stefanzweifel/git-auto-commit-action@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Solidity' step
Uses Step
uses 'stefanzweifel/git-auto-commit-action' with ref 'v6', not a pinned commit hash
if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed'
with:
commit_message: "chore: update package versions [skip ci]"
Expand Down