diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index f0378f13..849a6770 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 - name: 'Dependency Review' uses: actions/dependency-review-action@v2 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index db445517..f9a999a0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v3.1.0 - name: Docker meta id: meta diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67357423..e9aaf621 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Configure AWS creds uses: aws-actions/configure-aws-credentials@v1 diff --git a/.github/workflows/release-please-branches.yml b/.github/workflows/release-please-branches.yml index 7691720a..6cb659a8 100644 --- a/.github/workflows/release-please-branches.yml +++ b/.github/workflows/release-please-branches.yml @@ -21,7 +21,7 @@ jobs: default-branch: ${{ steps.extract_branch.outputs.branch }} token: "${{ secrets.ACTIONS_TOKEN }}" - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: '0' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 96c7536a..c18320e8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ jobs: token: "${{ secrets.ACTIONS_TOKEN }}" release-type: simple - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Create major branch and tag also patch tag versions if: ${{ steps.release.outputs.release_created }}