File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 pull-requests : write # super-linter: post PR summary comment
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
41+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242 with :
4343 fetch-depth : 0
4444 persist-credentials : false
6767 contents : read
6868 steps :
6969 - name : Checkout repository
70- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
70+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7171 with :
7272 persist-credentials : false
7373
7979 PrivateKey : ${{ secrets.SCRIBBLER_BOT_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
8080
8181 - name : Set up Python
82- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
82+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
8383 with :
8484 python-version : 3.x
8585
Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 - WorkflowTestDefault
7373 steps :
7474 - name : Checkout repo
75- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
75+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676 with :
7777 persist-credentials : false
7878 fetch-depth : 0
7979
8080 - name : Download docs artifact
81- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
81+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282 with :
8383 name : docs
8484 path : tests/srcTestRepo/outputs/docs
Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 - WorkflowTestWithManifest
7373 steps :
7474 - name : Checkout repo
75- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
75+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676 with :
7777 persist-credentials : false
7878 fetch-depth : 0
7979
8080 - name : Download docs artifact
81- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
81+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8282 with :
8383 name : docs
8484 path : tests/srcWithManifestTestRepo/outputs/docs
You can’t perform that action at this time.
0 commit comments