Skip to content

Commit

Permalink
Merge pull request #39 from hectorm/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3.1.0

Bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
hectorm authored Oct 4, 2022
2 parents 9797b60 + 7ef6120 commit 533cf75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand All @@ -36,7 +36,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand All @@ -59,7 +59,7 @@ jobs:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand All @@ -77,7 +77,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand All @@ -95,7 +95,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
]
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8'
- name: 'Set up Docker Buildx'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
language: ['go']
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand All @@ -51,7 +51,7 @@ jobs:
security-events: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Set up Go'
uses: 'actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b'
uses: 'actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8'
- name: 'Perform security analysis'
uses: 'ossf/scorecard-action@e363bfca00e752f91de7b7d2a77340e2e523cb18'
with:
Expand Down

0 comments on commit 533cf75

Please sign in to comment.