|
8 | 8 | name: Spectral ubuntu CI |
9 | 9 | runs-on: ubuntu-latest |
10 | 10 | steps: |
11 | | - - uses: actions/checkout@v3 |
| 11 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 |
12 | 12 | - name: Install and run Spectral CI |
13 | | - uses: spectralops/spectral-github-action@v4 |
| 13 | + uses: spectralops/spectral-github-action@ab90f8aa280790b550f34583e1a073bef4af5368 # v4 |
14 | 14 | with: |
15 | 15 | spectral-dsn: ${{ secrets.SPECTRAL_DSN }} |
16 | 16 | spectral-args: scan --ok |
17 | 17 | ubuntu-audit: |
18 | 18 | name: Spectral ubuntu audit |
19 | 19 | runs-on: ubuntu-latest |
20 | 20 | steps: |
21 | | - - uses: actions/checkout@v3 |
| 21 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 |
22 | 22 | - name: Install and run Spectral Audit |
23 | | - uses: spectralops/spectral-github-action@v4 |
| 23 | + uses: spectralops/spectral-github-action@ab90f8aa280790b550f34583e1a073bef4af5368 # v4 |
24 | 24 | with: |
25 | 25 | spectral-dsn: ${{ secrets.SPECTRAL_DSN }} |
26 | 26 | spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok |
27 | 27 | macos-ci: |
28 | 28 | name: Spectral macos CI |
29 | 29 | runs-on: ubuntu-latest |
30 | 30 | steps: |
31 | | - - uses: actions/checkout@v3 |
| 31 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 |
32 | 32 | - name: Install and run Spectral CI |
33 | | - uses: spectralops/spectral-github-action@v4 |
| 33 | + uses: spectralops/spectral-github-action@ab90f8aa280790b550f34583e1a073bef4af5368 # v4 |
34 | 34 | with: |
35 | 35 | spectral-dsn: ${{ secrets.SPECTRAL_DSN }} |
36 | 36 | spectral-args: scan --ok |
37 | 37 | macos-audit: |
38 | 38 | name: Spectral macos audit |
39 | 39 | runs-on: ubuntu-latest |
40 | 40 | steps: |
41 | | - - uses: actions/checkout@v3 |
| 41 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 |
42 | 42 | - name: Install and run Spectral Audit |
43 | | - uses: spectralops/spectral-github-action@v4 |
| 43 | + uses: spectralops/spectral-github-action@ab90f8aa280790b550f34583e1a073bef4af5368 # v4 |
44 | 44 | with: |
45 | 45 | spectral-dsn: ${{ secrets.SPECTRAL_DSN }} |
46 | 46 | spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok |
47 | 47 | windows-ci: |
48 | 48 | name: Spectral windows CI |
49 | 49 | runs-on: windows-latest |
50 | 50 | steps: |
51 | | - - uses: actions/checkout@v3 |
| 51 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 |
52 | 52 | - name: Install and run Spectral CI |
53 | | - uses: spectralops/spectral-github-action@v4 |
| 53 | + uses: spectralops/spectral-github-action@ab90f8aa280790b550f34583e1a073bef4af5368 # v4 |
54 | 54 | with: |
55 | 55 | spectral-dsn: ${{ secrets.SPECTRAL_DSN }} |
56 | 56 | spectral-args: scan --ok |
57 | 57 | windows-audit: |
58 | 58 | name: Spectral windows audit |
59 | 59 | runs-on: windows-latest |
60 | 60 | steps: |
61 | | - - uses: actions/checkout@v3 |
| 61 | + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 |
62 | 62 | - name: Install and run Spectral Audit |
63 | | - uses: spectralops/spectral-github-action@v4 |
| 63 | + uses: spectralops/spectral-github-action@ab90f8aa280790b550f34583e1a073bef4af5368 # v4 |
64 | 64 | with: |
65 | 65 | spectral-dsn: ${{ secrets.SPECTRAL_DSN }} |
66 | 66 | spectral-args: github -k repo -t ${{ secrets.MY_GITHUB_TOKEN }} https://github.com/SpectralOps/spectral-github-action --include-tags base,audit --ok |
0 commit comments