File tree Expand file tree Collapse file tree
samples/react-native-macos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ permissions:
1414
1515jobs :
1616 changelog-preview :
17- uses : getsentry/craft/.github/workflows/changelog-preview.yml@63d1636bead951f6e034ed62c2a3610965fef010 # V2
17+ uses : getsentry/craft/.github/workflows/changelog-preview.yml@906009a1b771956757e521555b561379307eb667 # V2
1818 secrets : inherit
Original file line number Diff line number Diff line change 4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
47- uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # pin@v4.32.2
47+ uses : github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # pin@v4.32.3
4848 with :
4949 languages : ${{ matrix.language }}
5050 # If you wish to specify custom queries, you can do so here or in a config file.
5555 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656 # If this step fails, then you should remove it and run the build manually (see below)
5757 - name : Autobuild
58- uses : github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # pin@v4.32.2
58+ uses : github/codeql-action/autobuild@9e907b5e64f6b83e7804b09294d44122997950d6 # pin@v4.32.3
5959
6060 # ℹ️ Command-line programs to run using the OS shell.
6161 # 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
6666 # make bootstrap
6767 # make release
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # pin@v4.32.2
69+ uses : github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # pin@v4.32.3
Original file line number Diff line number Diff line change 4343 cache-dependency-path : yarn.lock
4444
4545 - name : Prepare release
46- uses : getsentry/craft@63d1636bead951f6e034ed62c2a3610965fef010 # v2
46+ uses : getsentry/craft@906009a1b771956757e521555b561379307eb667 # v2
4747 env :
4848 GITHUB_TOKEN : ${{ steps.token.outputs.token }}
4949 with :
Original file line number Diff line number Diff line change 9292 ethon (0.16.0 )
9393 ffi (>= 1.15.0 )
9494 excon (0.112.0 )
95- faraday (1.10.4 )
95+ faraday (1.10.5 )
9696 faraday-em_http (~> 1.0 )
9797 faraday-em_synchrony (~> 1.0 )
9898 faraday-excon (~> 1.1 )
@@ -108,11 +108,11 @@ GEM
108108 faraday (>= 0.8.0 )
109109 http-cookie (~> 1.0.0 )
110110 faraday-em_http (1.0.0 )
111- faraday-em_synchrony (1.0.0 )
111+ faraday-em_synchrony (1.0.1 )
112112 faraday-excon (1.1.0 )
113113 faraday-httpclient (1.0.1 )
114- faraday-multipart (1.0.4 )
115- multipart-post (~> 2 )
114+ faraday-multipart (1.2.0 )
115+ multipart-post (~> 2.0 )
116116 faraday-net_http (1.0.2 )
117117 faraday-net_http_persistent (1.2.0 )
118118 faraday-patron (1.0.0 )
You can’t perform that action at this time.
0 commit comments