diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index bb15e8a..1ba3b46 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.5 + uses: actions/checkout@v4.1.6 - name: Initialize CodeQL diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 33ef88c..4f946c3 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.5 + uses: actions/checkout@v4.1.6 with: ref: ${{ github.event.pull_request.head.sha }} - if: ${{ github.actor != 'dependabot[bot]' }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - uses: pnpm/action-setup@v4.0.0 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e321128..beca7ac 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Run Labeler