@@ -40,11 +40,11 @@ jobs:
4040 needs : initial_check
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444 with :
4545 fetch-depth : 0
4646 - name : Set up Python
47- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
47+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
4848 with :
4949 python-version : ' 3.x'
5050 - name : Lint with flake8
@@ -66,11 +66,11 @@ jobs:
6666 os : [ubuntu-latest, windows-latest, macos-latest]
6767 steps :
6868 - name : Checkout code
69- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
69+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7070 with :
7171 fetch-depth : 0
7272 - name : Set up Python
73- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
73+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
7474 with :
7575 python-version : ' 3.11'
7676 - name : Install and build
@@ -85,11 +85,11 @@ jobs:
8585 needs : initial_check
8686 steps :
8787 - name : Checkout code
88- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
88+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989 with :
9090 fetch-depth : 0
9191 - name : Set up Python
92- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
92+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
9393 with :
9494 python-version : ' 3.x'
9595 - name : Install and build
@@ -109,9 +109,9 @@ jobs:
109109 if : ${{ github.event_name == 'schedule' }}
110110 steps :
111111 - name : Checkout code
112- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
112+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113113 - name : Set up Python
114- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
114+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
115115 with :
116116 python-version : ' 3.x'
117117 - name : Install and build
0 commit comments