CI: Pin some third-party actions to a full length commit SHA

This commit is contained in:
Ty 2025-03-16 11:21:46 -04:00
parent bc7670aa3b
commit 76e44c6f6b
No known key found for this signature in database
GPG Key ID: A0C3085FE2160BCF
6 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ jobs:
run: ./.github/workflows/scripts/common/update_base_translation.sh run: ./.github/workflows/scripts/common/update_base_translation.sh
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79
with: with:
title: "Qt: Update Base Translation" title: "Qt: Update Base Translation"
commit-message: "[ci skip] Qt: Update Base Translation." commit-message: "[ci skip] Qt: Update Base Translation."

View File

@ -19,7 +19,7 @@ jobs:
mv ./game_controller_db.txt ${{github.workspace}}/bin/resources/game_controller_db.txt mv ./game_controller_db.txt ${{github.workspace}}/bin/resources/game_controller_db.txt
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v7 uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79
with: with:
title: "PAD: Update to latest controller database" title: "PAD: Update to latest controller database"
commit-message: "[ci skip] PAD: Update to latest controller database." commit-message: "[ci skip] PAD: Update to latest controller database."

View File

@ -160,7 +160,7 @@ jobs:
- name: Sign the Application - name: Sign the Application
if: ${{ inputs.sign_and_notarize == true && env.SIGN_KEY }} if: ${{ inputs.sign_and_notarize == true && env.SIGN_KEY }}
uses: indygreg/apple-code-sign-action@v1.1 uses: indygreg/apple-code-sign-action@44d0985b7f4363198e80b6fea63ac3e9dd3e9957
with: with:
input_path: 'PCSX2.app' input_path: 'PCSX2.app'
p12_file: cert.p12 p12_file: cert.p12

View File

@ -40,7 +40,7 @@ jobs:
# Docs - https://github.com/mathieudutour/github-tag-action # Docs - https://github.com/mathieudutour/github-tag-action
- name: Bump Version and Push Tag - name: Bump Version and Push Tag
id: tag_version id: tag_version
uses: mathieudutour/github-tag-action@v6.2 uses: mathieudutour/github-tag-action@a22cf08638b34d5badda920f9daf6e72c477b07b
with: with:
github_token: ${{ github.token }} github_token: ${{ github.token }}
tag_prefix: v tag_prefix: v
@ -68,7 +68,7 @@ jobs:
mv ./release-notes.md ${GITHUB_WORKSPACE}/release-notes.md mv ./release-notes.md ${GITHUB_WORKSPACE}/release-notes.md
- name: Create a GitHub Release (Manual) - name: Create a GitHub Release (Manual)
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
if: steps.tag_version.outputs.new_tag && github.event_name == 'workflow_dispatch' if: steps.tag_version.outputs.new_tag && github.event_name == 'workflow_dispatch'
with: with:
body_path: ./release-notes.md body_path: ./release-notes.md
@ -77,7 +77,7 @@ jobs:
tag_name: ${{ steps.tag_version.outputs.new_tag }} tag_name: ${{ steps.tag_version.outputs.new_tag }}
- name: Create a GitHub Release (Push) - name: Create a GitHub Release (Push)
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
if: steps.tag_version.outputs.new_tag && github.event_name != 'workflow_dispatch' if: steps.tag_version.outputs.new_tag && github.event_name != 'workflow_dispatch'
with: with:
body_path: ./release-notes.md body_path: ./release-notes.md

View File

@ -12,7 +12,7 @@ jobs:
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: xTVaser/first-interaction@v1.2.4 - uses: xTVaser/first-interaction@d62d6eb3c1215eae9f9d6dbfabf12d6725834cb3
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-mode: false debug-mode: false

View File

@ -168,7 +168,7 @@ jobs:
!./bin/**/*.lib !./bin/**/*.lib
- name: Install the Breakpad Symbol Generator - name: Install the Breakpad Symbol Generator
uses: baptiste0928/cargo-install@v3 uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3
with: with:
crate: dump_syms crate: dump_syms