Browse Source

Update actions/checkout action to v4.1.1 (#72)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/73/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
d6161e9377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/build.yml
  2. 4
      .github/workflows/release.yml
  3. 4
      .github/workflows/version-bump.yml

6
.github/workflows/build.yml

@ -13,7 +13,7 @@ jobs: @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install cloc
run: sudo apt update && sudo apt install cloc -y
@ -30,7 +30,7 @@ jobs: @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Print environment
run: |
@ -74,7 +74,7 @@ jobs: @@ -74,7 +74,7 @@ jobs:
_SERVICE_NAME: key-connector
steps:
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup DCT
id: setup-dct

4
.github/workflows/release.yml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
exit 1
fi
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Check Release Version
id: version
@ -74,7 +74,7 @@ jobs: @@ -74,7 +74,7 @@ jobs:
azure-keyvault-name: "bitwarden-ci"
- name: Checkout repo
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Pull latest selfhost image
run: |

4
.github/workflows/version-bump.yml

@ -15,7 +15,7 @@ jobs: @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout Branch
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Login to Azure - Prod Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
@ -43,7 +43,7 @@ jobs: @@ -43,7 +43,7 @@ jobs:
git push -u origin version_bump_${{ github.event.inputs.version_number }}
- name: Checkout Version Branch
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: version_bump_${{ github.event.inputs.version_number }}

Loading…
Cancel
Save