We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub Actions
N/A
version: 2 updates:
actions/checkout
Build to run successfully, but the fastlane match call is failing to checkout the certificates. I added dependabot access to the certificates repo on this page, but it still fails: https://github.com/organizations/my_org/settings/security_analysis
fastlane match
dependabot
certificates
diff --git a/.github/workflows/build-android-app.yml b/.github/workflows/build-android-app.yml index 3c0cccfa..a04931ef 100644 --- a/.github/workflows/build-android-app.yml +++ b/.github/workflows/build-android-app.yml @@ -17,7 +17,7 @@ jobs: runs-on: macos-15-xlarge steps: - name: Checkout Code - uses: actions/[email protected] + uses: actions/[email protected] - name: Decode Keystore File id: decode_keystore
Issue is with trying to checkout the certificates and not the manifest itself
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Package ecosystem
GitHub Actions
Package manager version
N/A
Language version
N/A
Manifest location and content before the Dependabot update
N/A
dependabot.yml content
version: 2
updates:
directory: "/"
schedule:
interval: "weekly"
Updated dependency
actions/checkout
What you expected to see, versus what you actually saw
Build to run successfully, but the
fastlane match
call is failing to checkout the certificates. I addeddependabot
access to thecertificates
repo on this page, but it still fails:https://github.com/organizations/my_org/settings/security_analysis
Native package manager behavior
N/A
Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
Issue is with trying to checkout the certificates and not the manifest itself
The text was updated successfully, but these errors were encountered: