chore(deps): upgrade checkout action

This commit is contained in:
Adrian Dischinger
2023-10-19 11:09:28 +00:00
parent 416384c2a6
commit 598ffdb4d3
5 changed files with 35 additions and 35 deletions
@@ -18,7 +18,7 @@ jobs:
execute: execute:
runs-on: ${{ inputs.runson }} runs-on: ${{ inputs.runson }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Bootstrap - name: Bootstrap
run: | run: |
.\script\bootstrap-sanity-test.ps1 .\script\bootstrap-sanity-test.ps1
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Lint - name: Lint
run: docker-compose run --rm lint run: docker-compose run --rm lint
- name: Test - name: Test
+3 -3
View File
@@ -18,7 +18,7 @@ on:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [main] branches: [main]
schedule: schedule:
- cron: '37 14 * * 1' - cron: "37 14 * * 1"
jobs: jobs:
analyze: analyze:
@@ -32,13 +32,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'go' ] language: ["go"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support # Learn more about CodeQL language support at https://git.io/codeql-language-support
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
+2 -2
View File
@@ -10,8 +10,8 @@ jobs:
name: Licences Check name: Licences Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-go@v1 - uses: actions/setup-go@v4
with: with:
go-version: 1.14.1 go-version: 1.14.1
- uses: jonabc/setup-licensed@v1 - uses: jonabc/setup-licensed@v1
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Go - name: Set up Go
@@ -18,7 +18,7 @@ jobs:
- name: Set CURRENT_TAG - name: Set CURRENT_TAG
run: echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV run: echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Run GoReleaser - name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3 uses: goreleaser/goreleaser-action@v5
with: with:
version: latest version: latest
args: release --clean args: release --clean