Skip to content

Commit d0338e4

Browse files
authored
Merge branch 'main' into antonis/rn-0.83.1
2 parents 7162526 + 9589c6e commit d0338e4

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ permissions:
1414

1515
jobs:
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

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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.
@@ -55,7 +55,7 @@ jobs:
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
@@ -66,4 +66,4 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:

samples/react-native-macos/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GEM
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)

0 commit comments

Comments
 (0)