diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index ae1b22a8..bb15e8a3 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 78d756ee..923b58ee 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,12 +19,12 @@ jobs: steps: - if: ${{ github.actor == 'dependabot[bot]' }} - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 with: ref: ${{ github.event.pull_request.head.sha }} - if: ${{ github.actor != 'dependabot[bot]' }} - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - uses: pnpm/action-setup@v3.0.0 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2958c560..e3211283 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.4 + uses: actions/checkout@v4.1.5 - name: Run Labeler