Skip to content

Commit

Permalink
Pin signing workflow processes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Aug 26, 2024
1 parent 0e1c080 commit 013ffd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
workflow_dispatch:


permissions:
contents: read

Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:

- name: "Import GPG key"
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # pin@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
Expand Down

0 comments on commit 013ffd8

Please sign in to comment.