diff --git a/.github/workflows/codeql-analysis.yml.yml b/.github/workflows/codeql-analysis.yml.yml index 97a670b9..af92cf45 100644 --- a/.github/workflows/codeql-analysis.yml.yml +++ b/.github/workflows/codeql-analysis.yml.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main-serverless-service.yml b/.github/workflows/main-serverless-service.yml index 261fe84f..742db91f 100644 --- a/.github/workflows/main-serverless-service.yml +++ b/.github/workflows/main-serverless-service.yml @@ -34,7 +34,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -100,7 +100,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -139,7 +139,7 @@ jobs: if: contains('refs/heads/main', github.ref) steps: - name: Check out repository code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Set up Python uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index 46c976b4..7819cc8e 100644 --- a/.github/workflows/pr-serverless-service.yml +++ b/.github/workflows/pr-serverless-service.yml @@ -31,7 +31,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -55,7 +55,7 @@ jobs: id-token: write # required for requesting the JWT (GitHub OIDC) steps: - name: Check out repository code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Install poetry run: pipx install poetry - name: Set up Python diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d5aa6ff8..fc0fefd6 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: persist-credentials: false