Skip to content

Commit 43c4e03

Browse files
chore(ci): pin reusable workflow references to 0.0.1 (#66)
1 parent 8385031 commit 43c4e03

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cgl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
cgl:
9-
uses: konradmichalik/reusable-github-actions/.github/workflows/cgl-test.yml@main
9+
uses: konradmichalik/reusable-github-actions/.github/workflows/cgl-test.yml@ac6ac4d7829d8e8f85956c7474ee3ff99b98c9ed # 0.0.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
release:
10-
uses: konradmichalik/reusable-github-actions/.github/workflows/release.yml@main
10+
uses: konradmichalik/reusable-github-actions/.github/workflows/release.yml@ac6ac4d7829d8e8f85956c7474ee3ff99b98c9ed # 0.0.1
1111
permissions:
1212
contents: write

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
scorecard:
12-
uses: konradmichalik/reusable-github-actions/.github/workflows/scorecard.yml@main
12+
uses: konradmichalik/reusable-github-actions/.github/workflows/scorecard.yml@ac6ac4d7829d8e8f85956c7474ee3ff99b98c9ed # 0.0.1
1313
permissions:
1414
contents: read
1515
security-events: write

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
security:
10-
uses: konradmichalik/reusable-github-actions/.github/workflows/security.yml@main
10+
uses: konradmichalik/reusable-github-actions/.github/workflows/security.yml@ac6ac4d7829d8e8f85956c7474ee3ff99b98c9ed # 0.0.1
1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)