matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

588.diff (2637B)


      1 diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
      2 index 6e9634f..2a03f56 100644
      3 --- a/.github/workflows/deploy-preview.yml
      4 +++ b/.github/workflows/deploy-preview.yml
      5 @@ -32,7 +32,7 @@ jobs:
      6              ⌛ Deploy Preview - Build in Progress
      7        - name: Checkout 🛎️
      8          if: ${{ github.ref != 'refs/heads/main' }}
      9 -        uses: actions/checkout@v3
     10 +        uses: actions/checkout@v3.6.0
     11        - uses: actions/setup-node@v3
     12          name: Setup node
     13          if: ${{ github.ref != 'refs/heads/main' }}
     14 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
     15 index c36ffb6..7e2ebb2 100644
     16 --- a/.github/workflows/deploy.yml
     17 +++ b/.github/workflows/deploy.yml
     18 @@ -22,7 +22,7 @@ jobs:
     19      runs-on: self-hosted
     20      steps:
     21        - name: Checkout 🛎️
     22 -        uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
     23 +        uses: actions/checkout@v3.6.0 # v3.2.0
     24        - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
     25          name: Setup node
     26          with:
     27 diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml
     28 index e65b959..725eea9 100644
     29 --- a/.github/workflows/fossa.yml
     30 +++ b/.github/workflows/fossa.yml
     31 @@ -17,7 +17,7 @@ jobs:
     32        #       raw.githubusercontent.com:443"
     33        #   env:
     34        #     USER: runner
     35 -      - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
     36 +      - uses: actions/checkout@v3.6.0 # v2
     37        - uses: fossas/fossa-action@f61a4c0c263690f2ddb54b9822a719c25a7b608f # main
     38          with:
     39            api-key: ${{secrets.fossaApiKey}}
     40 diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
     41 index 1940eb5..4a53590 100644
     42 --- a/.github/workflows/scorecards-analysis.yml
     43 +++ b/.github/workflows/scorecards-analysis.yml
     44 @@ -22,7 +22,7 @@ jobs:
     45  
     46      steps:
     47        - name: "Checkout code"
     48 -        uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
     49 +        uses: actions/checkout@v3.6.0 # v2.4.0
     50          with:
     51            persist-credentials: false
     52  
     53 diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml
     54 index 96f4f9b..cdeed96 100644
     55 --- a/.github/workflows/spell-check.yml
     56 +++ b/.github/workflows/spell-check.yml
     57 @@ -23,7 +23,7 @@ jobs:
     58        #   env:
     59        #     USER: runner
     60        - name: Checkout Actions Repository
     61 -        uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
     62 +        uses: actions/checkout@v3.6.0 # v2
     63  
     64        - name: Check spelling
     65          uses: crate-ci/typos@927308c726b1fba730f7aaa8bde602148b82004d # master