Skip to content

Commit a1589ef

Browse files
0x46616c6bOpenCode
andcommitted
chore: pin action references in README examples to commit SHA
Replace non-existent @v1 tag with SHA-pinned reference to the latest release v0.2.3 in both usage examples. Co-Authored-By: OpenCode <noreply@opencode.ai>
1 parent e492ee3 commit a1589ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-20.04
3636
steps:
3737
- name: Setup Node
38-
uses: Staffbase/backstage-techdocs-action@v1
38+
uses: Staffbase/backstage-techdocs-action@892be7cc155022260e34cf0330f8424946b55c11 # v0.2.3
3939
with:
4040
entity-name: 'pizza-service'
4141
publisher-type: 'azureBlobStorage'
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-20.04
6565
steps:
6666
- name: Setup Node
67-
uses: Staffbase/backstage-techdocs-action@v1
67+
uses: Staffbase/backstage-techdocs-action@892be7cc155022260e34cf0330f8424946b55c11 # v0.2.3
6868
with:
6969
entity-name: 'pizza-service'
7070
additional-plugins: 'mkdocs-minify-plugin\>=0.3 mkdocs-awesome-pages-plugin==2.8.0 mdx_include==1.4.2'

0 commit comments

Comments
 (0)