File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v3
32+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
36- uses : github/codeql-action/init@v2
36+ uses : github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
3737 with :
3838 languages : ${{ matrix.language }}
3939 # If you wish to specify custom queries, you can do so here or in a config file.
4444 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545 # If this step fails, then you should remove it and run the build manually (see below)
4646 - name : Autobuild
47- uses : github/codeql-action/autobuild@v2
47+ uses : github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
4848
4949 - name : Perform CodeQL Analysis
50- uses : github/codeql-action/analyze@v2
50+ uses : github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
Original file line number Diff line number Diff line change 1111 triage :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : DataDog/labeler@glob-all
14+ - uses : DataDog/labeler@5170395583c7f7ec92989fd24faffc5b6154b866 # glob-all
1515 with :
1616 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 runs-on : ubuntu-latest
1717 if : github.event_name == 'release' && github.event.action == 'published'
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2020 # Include all history and tags, needed for building the right version
2121 with :
2222 fetch-depth : 0
2323
24- - uses : actions/setup-python@v2
24+ - uses : actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
2525 name : Install Python
2626 with :
2727 python-version : ' 3.9'
Original file line number Diff line number Diff line change 1515 stale :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/stale@v1
18+ - uses : actions/stale@0649bd81195b7ac109fbf9dde113af7e58a78b8e # v1.1.1
1919 with :
2020 repo-token : ${{ secrets.GITHUB_TOKEN }}
2121 stale-issue-message : >-
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 name : Lint datadopy files
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2424
2525 - name : Set up Python 3.8
26- uses : actions/setup-python@v4
26+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
2727 with :
2828 python-version : " 3.8"
2929
@@ -55,10 +55,10 @@ jobs:
5555 TOXENV : ${{ matrix.python-version }}
5656
5757 steps :
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5959
6060 - name : Set up Python ${{ matrix.python-version }}
61- uses : actions/setup-python@v4
61+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
6262 with :
6363 python-version : ${{ matrix.python-version }}
6464
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 if : github.event_name == 'pull_request' && github.event.pull_request.draft == false && contains(github.event.pull_request.labels.*.name, 'ci/integrations')
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727
2828 - name : Set up Python 3.7
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
3030 with :
3131 python-version : " 3.7"
3232 cache : " pip"
You can’t perform that action at this time.
0 commit comments