Skip to content

Commit 6f06aaf

Browse files
committed
use reusables for github-owned actions
1 parent 9295f8a commit 6f06aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: 'Checkout Repository'
47-
uses: actions/checkout@v3
48-
- uses: actions/setup-go@v3
47+
uses: {% data reusables.actions.action-checkout %}
48+
- uses: {% data reusables.actions.action-setup-go %}
4949
with:
5050
go-version: ">=1.18.0"
5151
- name: Run snapshot action

0 commit comments

Comments
 (0)