Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Initialize CodeQL
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
with:
languages: ${{ matrix.language }}

- name: Run CodeQL analysis
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
with:
category: '/language:${{ matrix.language }}'
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
echo "✓ Release branch created on remote"

- name: Commit release preparation via API
uses: vig-os/commit-action@b70c2d87acd0f146c40e8d88a9bda40b76c084b5 # v0.1.3
uses: vig-os/commit-action@c0024cbad0e501764127cccab732c6cd465b4646 # v0.1.5
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
python3 .github/prepare_changelog.py finalize "$VERSION" "$RELEASE_DATE" CHANGELOG.md

- name: Commit and push finalization changes via API
uses: vig-os/commit-action@b70c2d87acd0f146c40e8d88a9bda40b76c084b5 # v0.1.3
uses: vig-os/commit-action@c0024cbad0e501764127cccab732c6cd465b4646 # v0.1.5
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
publish_results: true

- name: Upload SARIF to GitHub Security
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
with:
sarif_file: results.sarif
category: 'scorecard'
2 changes: 1 addition & 1 deletion .github/workflows/sync-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Commit and push changes via API
id: commit
if: steps.sync.outputs.modified-files != ''
uses: vig-os/commit-action@b70c2d87acd0f146c40e8d88a9bda40b76c084b5 # v0.1.3
uses: vig-os/commit-action@c0024cbad0e501764127cccab732c6cd465b4646 # v0.1.5
env:
# Use App token so push can bypass branch protection when App is in bypass list
GH_TOKEN: ${{ steps.generate-token.outputs.token || github.token }}
Expand Down
Loading