Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
SEMGREP_BRANCH: << pipeline.git.branch >>
SEMGREP_BASELINE_REF: << parameters.default_branch >>
docker:
- image: returntocorp/semgrep
- image: returntocorp/semgrep@sha256:3d1a3467804ae22460f8c3f46d9406a8c541aa1c48aa62808b06de28b4bf27a6
steps:
- checkout
- run:
Expand All @@ -101,7 +101,7 @@ jobs:
SEMGREP_REPO_URL: << pipeline.project.git_url >>
SEMGREP_BRANCH: << pipeline.git.branch >>
docker:
- image: returntocorp/semgrep
- image: returntocorp/semgrep@sha256:3d1a3467804ae22460f8c3f46d9406a8c541aa1c48aa62808b06de28b4bf27a6
steps:
- checkout
- run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/public-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
with:
ref: main
fetch-depth: 0
persist-credentials: false # disable default token auth

- uses: actions/create-github-app-token@v2
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
id: app-token
with:
app-id: ${{ secrets.VGS_GITHUB_CI_BOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan-sast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
scan:
uses: verygood-ops/cicd-shared/.github/workflows/security-scan-sast.yaml@security-scan-sast-v2
uses: verygood-ops/cicd-shared/.github/workflows/security-scan-sast.yaml@fac36d0e11ee6a3ac9ba3278ec862865e9522a2e # security-scan-sast-v2
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SAST_SLACK_WORKFLOW_WEBHOOK: ${{ secrets.SAST_SLACK_WORKFLOW_WEBHOOK }}
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@vgs/collect-react-native": "file:.."
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@react-native/assets-registry": "^0.81.1",
"@types/jest": "^30.0.0"
"@babel/core": "7.28.5",
"@react-native/assets-registry": "0.81.5",
"@types/jest": "30.0.0"
},
"private": true
}
48 changes: 29 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.8.1",
"@evilmartians/lefthook": "^1.13.0",
"@react-native/eslint-config": "^0.81.1",
"@release-it/conventional-changelog": "^10.0.1",
"@types/jest": "^30.0.0",
"@commitlint/config-conventional": "19.8.1",
"@evilmartians/lefthook": "1.13.6",
"@react-native/eslint-config": "0.81.5",
"@release-it/conventional-changelog": "10.0.1",
"@types/jest": "30.0.0",
"@types/react": "^19.1.13",
"commitlint": "^19.8.1",
"del-cli": "^6.0.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^30.1.3",
"prettier": "^3.6.2",
"commitlint": "19.8.1",
"del-cli": "6.0.0",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"jest": "30.2.0",
"prettier": "3.6.2",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-builder-bob": "^0.40.13",
"release-it": "^19.0.4",
"typedoc": "^0.28.13",
"typescript": "^5.9.2"
"react-native-builder-bob": "0.40.14",
"release-it": "19.0.5",
"typedoc": "0.28.14",
"typescript": "5.9.3"
},
"peerDependencies": {
"react": "*",
Expand Down
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}