Roman Parkhunovskyi

Results 9 comments of Roman Parkhunovskyi

@FixItDad much appreciated for the configuration notes, so far your post is the only evidence on the Internet, stating this solution does work for GovCloud. IMHO, this should be the...

> @mcallaghan-geotab i am using version = "2.21.1" and still gives the same error, all computed fields are explicitly defined Confirm. Have just faced this. v2.21.0 is affected as well.

Confirm. In my workflow there are permissions defined as follows: ``` permissions: id-token: write contents: read ``` then ``` steps: - id: PR uses: 8BitJonny/[email protected] with: sha: ${{ github.event.pull_request.head.sha }}...

Confirm that it's related to % symbol present in password. After replacing it the bug disappeared. But needs fixing anyway.

Any chance for merging https://github.com/logstash-plugins/logstash-filter-geoip/pull/97?

I get the error if my config includes the push: ``` on: pull_request: branches: - develop paths: - '**.py' push: paths: - '**.py' ``` No error for pull_request event. Would...

Same thing, a lot of issues related to certificates, both with java build and k8s manipulations. As soon as I remove `GitHubSecurityLab/actions-permissions/monitor` action, everything works again. Another side effect, `actions/checkout@v3`...