Skip to content
New issue

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

Revert "chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.2" #376

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

NicolasT
Copy link
Owner

@NicolasT NicolasT commented Jul 1, 2022

It appears there's an issue with version 1.3.2 of the
dependabot/fetch-metadata action, causing the
Dependabot/dependabot-automerge and Dependabot/dependabot-approve
jobs to fail:

Download action repository 'dependabot/fetch-metadata@v1.3.2'
(SHA:90ed90dba204fdf8970c1f891b4349c96353f220)
Error: dependabot/fetch-metadata/v1.3.2/action.yml:
Error: dependabot/fetch-metadata/v1.3.2/action.yml: (Line: 18, Col: 113,
Idx: 682) - (Line: 18, Col: 141, Idx: 710): While parsing a block
mapping, did not find expected key.
Error: System.ArgumentException: Unexpected type '' encountered while
reading 'action manifest root'. The type 'MappingToken' was expected.
   at
   GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertMapping(TemplateToken
   value, String objectDescription)
      at
      GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext
      executionContext, String manifestFile)
      Error: Fail to load dependabot/fetch-metadata/v1.3.2/action.yml

Oddly enough, this wasn't caught when #372, bumping the version of the
action, was merged, since in the CI run of this PR the old version
(1.3.1) was still used.

So, rolling back to version 1.3.1 of the upstream action.

This reverts commit 3a9cd54.

See: https://github.com/NicolasT/gptsum/runs/7146363828?check_suite_focus=true#step:1:26
See: #372
See: #372
See: https://github.com/NicolasT/gptsum/runs/7146259460?check_suite_focus=true#step:1:25

It appears there's an issue with version 1.3.2 of the
`dependabot/fetch-metadata` action, causing the
`Dependabot/dependabot-automerge` and `Dependabot/dependabot-approve`
jobs to fail:

```
Download action repository 'dependabot/fetch-metadata@v1.3.2'
(SHA:90ed90dba204fdf8970c1f891b4349c96353f220)
Error: dependabot/fetch-metadata/v1.3.2/action.yml:
Error: dependabot/fetch-metadata/v1.3.2/action.yml: (Line: 18, Col: 113,
Idx: 682) - (Line: 18, Col: 141, Idx: 710): While parsing a block
mapping, did not find expected key.
Error: System.ArgumentException: Unexpected type '' encountered while
reading 'action manifest root'. The type 'MappingToken' was expected.
   at
   GitHub.DistributedTask.ObjectTemplating.Tokens.TemplateTokenExtensions.AssertMapping(TemplateToken
   value, String objectDescription)
      at
      GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext
      executionContext, String manifestFile)
      Error: Fail to load dependabot/fetch-metadata/v1.3.2/action.yml
```

Oddly enough, this wasn't caught when #372, bumping the version of the
action, was merged, since in the CI run of this PR the old version
(1.3.1) was still used.

So, rolling back to version 1.3.1 of the upstream action.

This reverts commit 3a9cd54.

See: https://github.com/NicolasT/gptsum/runs/7146363828?check_suite_focus=true#step:1:26
See: #372
See: #372
See: https://github.com/NicolasT/gptsum/runs/7146259460?check_suite_focus=true#step:1:25
@NicolasT NicolasT added github_actions Pull requests that update Github_actions code ci Continuous Integration labels Jul 1, 2022
@NicolasT NicolasT merged commit 34d6cdc into main Jul 1, 2022
@NicolasT NicolasT deleted the revert-372 branch July 1, 2022 10:38
@NicolasT
Copy link
Owner Author

NicolasT commented Jul 1, 2022

For future reference: dependabot/fetch-metadata#231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant