This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from JackalLabs/dependabot/github_actions/act…
…ions/checkout-4.1.3 Bump actions/checkout from 4.1.2 to 4.1.3
- Loading branch information
Showing
7 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
name: Build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22 # The Go version to download (if necessary) and use. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
|
||
# Runs djdefi/cloc-action | ||
- name: Count Lines of Code (cloc) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22 # The Go version to download (if necessary) and use. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-20.04, macos-latest] | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22 # The Go version to download (if necessary) and use. | ||
|
@@ -29,7 +29,7 @@ jobs: | |
[native-build-cli] | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: jprovd-Linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-20.04, macos-latest] | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22 # The Go version to download (if necessary) and use. | ||
|
@@ -31,7 +31,7 @@ jobs: | |
# MacOS-ARM64-CLI: | ||
# runs-on: ubuntu-20.04 | ||
# steps: | ||
# - uses: actions/[email protected].2 | ||
# - uses: actions/[email protected].3 | ||
# - uses: actions/setup-go@v5 | ||
# with: | ||
# go-version: 1.19 # The Go version to download (if necessary) and use. | ||
|
@@ -54,7 +54,7 @@ jobs: | |
[native-build-cli] | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- name: Get the version | ||
id: get_version | ||
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
name: Test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22 # The Go version to download (if necessary) and use. | ||
|