[StepSecurity] Pin versions for GitHub Actions

Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
This commit is contained in:
StepSecurity Bot 2025-04-09 15:24:35 +00:00
parent bf2c378a9b
commit 03fea1a038
No known key found for this signature in database
GPG Key ID: 567913FD34425A27
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ jobs:
cp -r sources/dist . cp -r sources/dist .
- name: Import GPG key to sign commits - name: Import GPG key to sign commits
uses: crazy-max/ghaction-import-gpg@v6 uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
with: with:
gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }} passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }}

View File

@ -178,7 +178,7 @@ jobs:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Download dependency-graph artifact - name: Download dependency-graph artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
with: with:
path: downloaded-dependency-graphs path: downloaded-dependency-graphs
pattern: dependency-graph_*dependency-graph-generate-submit-and-upload.json pattern: dependency-graph_*dependency-graph-generate-submit-and-upload.json

View File

@ -38,7 +38,7 @@ jobs:
working-directory: sources working-directory: sources
- name: Import GPG key to sign commits - name: Import GPG key to sign commits
uses: crazy-max/ghaction-import-gpg@v6 uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
with: with:
gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }} passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }}