chore(deps): bump actions/checkout from 3.5.0 to 3.5.1

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8f4b7f8486...83b7061638)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-13 01:02:41 +00:00 committed by Jan De Dobbeleer
parent 9dc53d0a15
commit c910e5e49e
14 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@ jobs:
shell: pwsh shell: pwsh
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Install Go 🗳 - name: Install Go 🗳
uses: ./.github/workflows/composite/bootstrap-go uses: ./.github/workflows/composite/bootstrap-go
- name: Run GoReleaser 🚀 - name: Run GoReleaser 🚀

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Check and close 🔐 - name: Check and close 🔐
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
with: with:

View file

@ -24,7 +24,7 @@ jobs:
with: with:
go-version: 1.20.2 go-version: 1.20.2
- name: Checkout code - name: Checkout code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Golang CI - name: Golang CI
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
with: with:

View file

@ -24,7 +24,7 @@ jobs:
with: with:
go-version: 1.20.2 go-version: 1.20.2
- name: Checkout code - name: Checkout code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7
with: with:

View file

@ -6,7 +6,7 @@ jobs:
commitlint: commitlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: wagoid/commitlint-github-action@456526eec71276a59e74aafdfe06a9632ac2eee1 - uses: wagoid/commitlint-github-action@456526eec71276a59e74aafdfe06a9632ac2eee1

View file

@ -10,7 +10,7 @@ jobs:
if: github.event.pull_request.merged == true if: github.event.pull_request.merged == true
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Check and comment 👩🏾‍💻 - name: Check and comment 👩🏾‍💻
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
with: with:

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Build and Deploy name: Build and Deploy
steps: steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 - uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with: with:
submodules: true submodules: true
persist-credentials: false persist-credentials: false

View file

@ -14,7 +14,7 @@ jobs:
with: with:
go-version: 1.20.2 go-version: 1.20.2
- name: Checkout code - name: Checkout code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Check for unused dependencies - name: Check for unused dependencies
run: | run: |
go mod tidy go mod tidy

View file

@ -15,7 +15,7 @@ jobs:
working-directory: ${{ github.workspace }}/packages/inno working-directory: ${{ github.workspace }}/packages/inno
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Build installer 📦 - name: Build installer 📦
id: build id: build
env: env:

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Lint files - name: Lint files
uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83 uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83
with: with:

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Check and merge ⛙ - name: Check and merge ⛙
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
with: with:

View file

@ -19,7 +19,7 @@ jobs:
skipped: ${{ steps.changelog.outputs.skipped }} skipped: ${{ steps.changelog.outputs.skipped }}
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Create changelog ✍️ - name: Create changelog ✍️
id: changelog id: changelog
uses: TriPSs/conventional-changelog-action@858fe562a4d01987825f5e96b2a541f53b22c8b6 uses: TriPSs/conventional-changelog-action@858fe562a4d01987825f5e96b2a541f53b22c8b6
@ -41,7 +41,7 @@ jobs:
working-directory: ${{ github.workspace }}/src working-directory: ${{ github.workspace }}/src
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Install Go 🗳 - name: Install Go 🗳
uses: ./.github/workflows/composite/bootstrap-go uses: ./.github/workflows/composite/bootstrap-go
- name: Tag HEAD 😸 - name: Tag HEAD 😸

View file

@ -18,7 +18,7 @@ jobs:
working-directory: ${{ github.workspace }}/packages/scoop working-directory: ${{ github.workspace }}/packages/scoop
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Update Template ✍️ - name: Update Template ✍️
run: | run: |
./build.ps1 -Version ${{ github.event.inputs.version }} ./build.ps1 -Version ${{ github.event.inputs.version }}

View file

@ -17,7 +17,7 @@ jobs:
WINGETCREATE_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }} WINGETCREATE_TOKEN: ${{ secrets.WINGETCREATE_TOKEN }}
steps: steps:
- name: Checkout code 👋 - name: Checkout code 👋
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
- name: Create manifest and submit PR 📦 - name: Create manifest and submit PR 📦
run: | run: |
./build.ps1 -Version "${{ github.event.inputs.version }}" -Token $env:WINGETCREATE_TOKEN ./build.ps1 -Version "${{ github.event.inputs.version }}" -Token $env:WINGETCREATE_TOKEN