diff --git a/.github/workflows/codeql-analysis.yml.yml b/.github/workflows/codeql-analysis.yml.yml index a5c11456..42e46103 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # 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 b41bb8e9..2ec91624 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set up Python uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index 044f4efa..fd9947ae 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install poetry run: pipx install poetry - name: Set up Python diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2d0ce3c2..764f574c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false