Skip to content

Commit e7729ea

Browse files
radagastbot[bot]josimar-silva
authored andcommitted
chore(deps): pin dependencies
1 parent 733c1f4 commit e7729ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: 📝 Attest release provenance
9696
uses: actions/attest-build-provenance@v2
9797
with:
98-
subject-path: '${{ github.workspace }}/blog-${{ env.RELEASE_VERSION }}.tar.gz'
98+
subject-path: "${{ github.workspace }}/blog-${{ env.RELEASE_VERSION }}.tar.gz"
9999

100100
- name: 🔖 Create Git Tag
101101
run: |

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4040

4141
- name: ⚙️ Setup CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: ${{ matrix.build-mode }}
4646

4747
- name: 🔍 Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
4949
with:
5050
category: "/language:${{matrix.language}}"

.github/workflows/security-scorecard.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: 🔍 Run analysis
34-
uses: ossf/scorecard-action@v2.4.2
34+
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
3535
with:
3636
results_file: results.sarif
3737
results_format: sarif
3838
publish_results: true
3939

4040
- name: ⬆️ Upload artifact
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4242
with:
4343
name: SARIF file
4444
path: results.sarif
4545
retention-days: 5
4646

4747
- name: ⬆️ Upload to code-scanning
48-
uses: github/codeql-action/upload-sarif@v3
48+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
4949
with:
5050
sarif_file: results.sarif

0 commit comments

Comments
 (0)