Skip to content

Commit

Permalink
Merge branch 'main' into naveen/feat/ko-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensrinivasan authored Nov 3, 2021
2 parents 861ff86 + 6562cc1 commit 95a662a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
with:
fetch-depth: 0
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
- name: pull_request actions/checkout
if: github.event_name == 'pull_request'
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4

- name: pull_request actions/checkout
if: github.event_name == 'repository_dispatch'
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
with:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
version: 3.17.3
- name: Clone the code
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
with:
fetch-depth: 0
- name: Setup Go
Expand All @@ -45,7 +45,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # v2.3.4
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.3.4
- uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # v2.1.3
with:
go-version: '1.17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: "Run analysis"
# This is temporary for dogfooding.
Expand Down

0 comments on commit 95a662a

Please sign in to comment.