99 runs-on : ubuntu-latest
1010 steps :
1111 - name : check out code
12- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
12+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
1414 - name : install dependencies
1515 run : npm install
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : check out code
27- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
27+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
2929 - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3030
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : check out code
41- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
41+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
4343 - name : install dependencies
4444 run : npm install
5050 runs-on : ubuntu-latest
5151 steps :
5252 - name : check out code
53- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
53+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
5555 - name : install dependencies
5656 run : npm install
@@ -65,22 +65,22 @@ jobs:
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : check out code
68- uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
68+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6969
7070 - name : run misspell
7171 run : make misspell
7272
7373 semantic-conventions :
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
76+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777 - name : verify semantic convention tables
7878 run : make table-check
7979
8080 semantic-conventions-registry :
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
83+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484 - name : verify registry tables
8585 run : |
8686 make attribute-registry-generation
@@ -89,14 +89,14 @@ jobs:
8989 schemas-check :
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
92+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9393 - name : verify schemas
9494 run : make schema-check
9595
9696 areas-dropdown-check :
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
99+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
100100 - name : Components dropdown in issue templates
101101 run : |
102102 make generate-gh-issue-templates
@@ -105,21 +105,21 @@ jobs:
105105 policies-check :
106106 runs-on : ubuntu-latest
107107 steps :
108- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
108+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109109 - name : verify semantic conventions yaml definitions
110110 run : make check-policies
111111
112112 polices-test :
113113 runs-on : ubuntu-latest
114114 steps :
115- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
115+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
116116 - name : verify semantic conventions yaml definitions
117117 run : make test-policies
118118
119119 # TODO: Remove this once policies-check is the only enforcement on github.
120120 semantic-conventions-compatibility :
121121 runs-on : ubuntu-latest
122122 steps :
123- - uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
123+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124124 - name : verify semantic convention compatibility with latest released version
125125 run : make compatibility-check
0 commit comments