From 58c67d0014bd0b1cc2850fc6f3295a67c1b6eee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:48:36 +0100 Subject: [PATCH] chore: update action.yml to use full-length sha pinned action versions --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 8d309da..f8c0671 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,7 @@ runs: using: composite steps: - name: Set up Python ${{ inputs.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ inputs.python-version }} @@ -85,7 +85,7 @@ runs: run: pip install bandit[sarif,toml] - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Bandit shell: bash @@ -144,6 +144,6 @@ runs: INPUT_TARGETS: ${{ inputs.targets }} - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1 with: sarif_file: results.sarif